projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b291671
)
ARM: uniphier: fix DRAM size of LD21 SoC package
author
Masahiro Yamada
<
[email protected]
>
Tue, 13 Sep 2016 16:06:09 +0000
(
01:06
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Fri, 16 Sep 2016 16:28:45 +0000
(
01:28
+0900)
The channel 0 DRAM size of LD21 is half of that of LD20.
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/mach-uniphier/boards.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/boards.c
b/arch/arm/mach-uniphier/boards.c
index 20093d8178a6cab432ee5a05ca45db1e0b0ec207..e063555cb022fd79ae33ad1ca746c84b23c1a119 100644
(file)
--- a/
arch/arm/mach-uniphier/boards.c
+++ b/
arch/arm/mach-uniphier/boards.c
@@
-209,7
+209,7
@@
static const struct uniphier_board_data uniphier_ld21_data = {
.dram_nr_ch = 2,
.dram_ch[0] = {
.base = 0x80000000,
- .size = 0x
4
0000000,
+ .size = 0x
2
0000000,
.width = 32,
},
.dram_ch[1] = {